-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve project setup and CI #21
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21 +/- ##
==========================================
- Coverage 93.69% 93.68% -0.02%
==========================================
Files 45 45
Lines 2728 2723 -5
==========================================
- Hits 2556 2551 -5
Misses 172 172 ☔ View full report in Codecov by Sentry. |
326cf9a
to
54bf42e
Compare
Add ruff and pyright configuration Move dev dependencies from optional dependencies to development dependencies section Fix some lints
54bf42e
to
c13b323
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Add ruff and pyright configuration
Move dev dependencies from optional dependencies to development dependencies section
Fix some lints
Remove working-directory key from action steps so config gets picked up
Ensure only the necessary packages are installed by uv by issuing uv sync before each unit test group